FindConversationResponseConversations Property |
Contains an array of conversations.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<Conversation> Conversations { get; }Public ReadOnly Property Conversations As IList(Of Conversation)
Get
Property Value
Type:
IListConversationThe conversations.
See Also